home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pssw10.zip / _SETUP.1 / SOO32S.EXE / 0 / RCDATA / TSUMMARYDLG / TSUMMARYDLG.txt
Text File  |  1996-10-12  |  6KB  |  209 lines

  1. object SummaryDlg: TSummaryDlg
  2.   Left = 163
  3.   Top = 100
  4.   Hint = 'Select '#39'Summary By'#39' data field'
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Summary'
  8.   ClientHeight = 362
  9.   ClientWidth = 560
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 465
  24.     Height = 345
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 20
  31.     Width = 73
  32.     Height = 13
  33.     Caption = 'Summary By:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 200
  37.     Top = 333
  38.     Width = 34
  39.     Height = 13
  40.     Caption = 'Total:'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 264
  44.     Top = 333
  45.     Width = 63
  46.     Height = 13
  47.     Alignment = taRightJustify
  48.     AutoSize = False
  49.   end
  50.   object Label4: TLabel
  51.     Left = 328
  52.     Top = 333
  53.     Width = 83
  54.     Height = 13
  55.     Alignment = taRightJustify
  56.     AutoSize = False
  57.   end
  58.   object OKBtn: TBitBtn
  59.     Left = 476
  60.     Top = 8
  61.     Width = 77
  62.     Height = 27
  63.     Hint = 'Close Summary Window'
  64.     Caption = '&Close'
  65.     TabOrder = 0
  66.     Kind = bkOK
  67.     Margin = 2
  68.     Spacing = -1
  69.     IsControl = True
  70.   end
  71.   object HelpBtn: TBitBtn
  72.     Left = 476
  73.     Top = 40
  74.     Width = 77
  75.     Height = 27
  76.     Hint = 'Display Help Window'
  77.     TabOrder = 1
  78.     OnClick = HelpBtnClick
  79.     Kind = bkHelp
  80.     Margin = 2
  81.     Spacing = -1
  82.     IsControl = True
  83.   end
  84.   object StringGrid1: TStringGrid
  85.     Left = 16
  86.     Top = 40
  87.     Width = 452
  88.     Height = 289
  89.     ColCount = 4
  90.     DefaultRowHeight = 16
  91.     FixedCols = 0
  92.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  93.     RowCount = 17
  94.     TabOrder = 2
  95.     OnDrawCell = StringGrid1DrawCell
  96.     ColWidths = (
  97.       250
  98.       58
  99.       83
  100.       38)
  101.   end
  102.   object ComboBox1: TComboBox
  103.     Left = 90
  104.     Top = 16
  105.     Width = 145
  106.     Height = 21
  107.     Style = csDropDownList
  108.     ItemHeight = 13
  109.     TabOrder = 3
  110.     OnChange = ComboBox1Change
  111.   end
  112.   object BitBtn1: TBitBtn
  113.     Left = 476
  114.     Top = 72
  115.     Width = 77
  116.     Height = 27
  117.     Hint = 'Display Graph'
  118.     Caption = '&Graph'
  119.     Default = True
  120.     Enabled = False
  121.     TabOrder = 4
  122.     OnClick = BitBtn1Click
  123.     Glyph.Data = {
  124.       78010000424D7801000000000000760000002800000020000000100000000100
  125.       04000000000000000000120B0000120B00000000000000000000000000000000
  126.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  127.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
  128.       0003333377737773777333333333333333333FFFFFFFFFFFFFFF770000000000
  129.       0000777777777777777733039993BBB3CCC3337F737F737F737F37039993BBB3
  130.       CCC3377F737F737F737F33039993BBB3CCC33F7F737F737F737F77079997BBB7
  131.       CCC77777737773777377330399930003CCC3337F737F7773737F370399933333
  132.       CCC3377F737F3333737F330399933333CCC33F7F737FFFFF737F770700077777
  133.       CCC77777777777777377330333333333CCC3337F33333333737F370333333333
  134.       0003377F33333333777333033333333333333F7FFFFFFFFFFFFF770777777777
  135.       77777777777777777777333333333333333333333333333333330000}
  136.     Margin = 2
  137.     NumGlyphs = 2
  138.     Spacing = -1
  139.     IsControl = True
  140.   end
  141.   object SortBy: TRadioGroup
  142.     Left = 478
  143.     Top = 144
  144.     Width = 81
  145.     Height = 65
  146.     Caption = 'Sort By'
  147.     ItemIndex = 0
  148.     Items.Strings = (
  149.       'Name'
  150.       'Value')
  151.     TabOrder = 6
  152.     OnClick = SortByClick
  153.   end
  154.   object BitBtn2: TBitBtn
  155.     Left = 476
  156.     Top = 104
  157.     Width = 77
  158.     Height = 27
  159.     Hint = 'Print Summary'
  160.     Caption = '&Print'
  161.     Default = True
  162.     Enabled = False
  163.     TabOrder = 5
  164.     OnClick = BitBtn2Click
  165.     Glyph.Data = {
  166.       76010000424D7601000000000000760000002800000020000000100000000100
  167.       04000000000000010000130B0000130B00000000000000000000000000000000
  168.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  169.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  170.       00033FFFFFFFFFFFFFFF0888888888888880777777777777777F088888888888
  171.       8880777777777777777F0000000000000000FFFFFFFFFFFFFFFF0F8F8F8F8F8F
  172.       8F80777777777777777F08F8F8F8F8F8F9F0777777777777777F0F8F8F8F8F8F
  173.       8F807777777777777F7F0000000000000000777777777777777F3330FFFFFFFF
  174.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  175.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  176.       33333337F3FF7F3733333330F08F0F0333333337F7737F7333333330FFFF0033
  177.       33333337FFFF7733333333300000033333333337777773333333}
  178.     Margin = 2
  179.     NumGlyphs = 2
  180.     Spacing = -1
  181.     IsControl = True
  182.   end
  183.   object DetailShell1: TDetailShell
  184.     OnBodyBefore = DetailShell1BodyBefore
  185.     OnRowPrint = DetailShell1RowPrint
  186.     OnRowAfter = DetailShell1RowAfter
  187.     Left = 496
  188.     Top = 216
  189.   end
  190.   object ReportSystem1: TReportSystem
  191.     TitleSetup = 'Report Setup'
  192.     TitleStatus = 'Report Status'
  193.     TitlePreview = 'Report Preview'
  194.     SystemSetups = [ssAllowCopies, ssAllowCollate, ssAllowDuplex, ssAllowDestPreview, ssAllowDestPrinter, ssAllowDestFile, ssAllowPrinterSetup]
  195.     SystemFiler.StatusFormat = 'Generating page %p'
  196.     SystemPreview.ZoomFactor = 100.000000000000000000
  197.     SystemPrinter.MarginBottom = 1.000000000000000000
  198.     SystemPrinter.MarginTop = 1.000000000000000000
  199.     SystemPrinter.ScaleX = 100.000000000000000000
  200.     SystemPrinter.ScaleY = 100.000000000000000000
  201.     SystemPrinter.StatusFormat = 'Printing page %p'
  202.     SystemPrinter.Title = 'ReportPrinter Report'
  203.     SystemPrinter.UnitsFactor = 1.000000000000000000
  204.     OnPrint = ReportSystem1Print
  205.     Left = 496
  206.     Top = 264
  207.   end
  208. end
  209.